home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / games / strategy / xconq.lha / xconq / lib / standard.per < prev    next >
Encoding:
Text File  |  1995-03-06  |  25.5 KB  |  626 lines

  1. Xconq 0 -+---- Standard period that gets compiled in
  2. Period 0
  3.  
  4. "WW II ca 1945" period-name
  5.  
  6. "standard" font-name
  7.  
  8. "i" "infantry" "marches around and captures things" utype
  9. "a" "armor" "faster than infantry, limited to open terrain" utype
  10. "f" "fighter" "interceptor to get those nasty bombers" utype
  11. "b" "bomber" "long range aircraft, carries infantry and bombs" utype
  12. "d" "destroyer" "fast, cheap, and sinks subs" utype
  13. "s" "submarine" "sneaks around and sinks ships" utype
  14. "t" "troop transport" "carries infantry and armor across the pond" utype
  15. "C" "carrier" "carries fighters and bombers around" utype
  16. "B" "battleship" "the most powerful ship" utype
  17. "N" "atomic bomb" "leveler of cities (and anything else)" utype
  18. "/" "base" "airstrip plus port" utype
  19. "*" "town" "smaller than a city" utype
  20. "@" "city" "capital of a side" utype
  21.  
  22. "F" "fuel" "basic motive power" rtype
  23. "A" "ammo" "generic hitting capability" rtype
  24.  
  25. "." "sea" "sky blue" ttype
  26. "," "shallows" "cyan" ttype
  27. "=" "swamp" "yellowgreen" ttype
  28. "~" "desert" "yellow" ttype
  29. "+" "plains" "green" ttype
  30. "%" "forest" "forest green" ttype
  31. "^" "mountains" "sienna" ttype
  32. "_" "ice" "white" ttype
  33. ":" "vacuum" "black" ttype
  34.  
  35. true [ vacuum ] dark
  36.  
  37. t* t* nuked  ; most terrain won't actually change
  38. desert [ plains forest ] nuked
  39. mountains ice nuked
  40.  
  41. [   0  68  69  70  70  70  93  99  0 ] t* min-alt
  42. [  68  69  71  93  93  93  99 100  0 ] t* max-alt
  43. [   0   0  50   0  20  80   0   0  0 ] t* min-wet
  44. [ 100 100 100  20  80 100 100 100  0 ] t* max-wet
  45.  
  46. ice edge-terrain
  47.  
  48. [ / * @ ] "cities" define
  49. [ * @ ] "makers" define
  50. [ i a ] "ground" define
  51. [ f b ] "aircraft" define
  52. [ d s t C B ] "ship" define
  53. [ i a f b d s t C B N ] "movers" define
  54. [ sea shallows ] "water" define
  55. [ plains forest desert mountains ] "land" define
  56.  
  57. true cities named
  58. true [ C B N ] named
  59. [ 1 5 25 ] [ / * @ ] territory
  60.  
  61. 1 @ in-country
  62. 5 * in-country
  63. 100 * density
  64. @ first-unit
  65. i first-product
  66. 20 land * favored
  67. 40 plains * favored
  68. 100 plains @ favored
  69. 16 country-min-distance
  70. 48 country-max-distance
  71.  
  72. ; no disasters
  73.  
  74. [ 4 7 8 16 10 16 12 30 40 20 ] movers @ make
  75. [ 4 7 8 16 10 16 12 30 40 20 ] movers * make
  76. [ 3 5 ] / ground make
  77. true [ * @ ] maker
  78. 20 u* startup
  79. 300 N research   ; that's 3x basic time
  80. ; no special resources to make
  81. 1 u* [ * @ ] repair
  82. 3 u* / repair
  83. 10 [ C B ] [ C B ] repair
  84. 10 [ * @ ] i repair
  85. 1 / i repair
  86. ; infantry should maybe repair cities?
  87.  
  88. 1 fuel ground produce
  89. 2 fuel a produce ; this is less realistic, but problems otherwise
  90. [ 10 20 50 ] fuel cities produce
  91. [  5 10 20 ] ammo cities produce
  92. 100 [ plains forest ] i productivity
  93. 100 plains a productivity   ; in this case "plains" = "gas stations"
  94. [ 100 50 20 20 ] land / productivity ; one arg must be a scalar...
  95. [ 100 50 20 20 ] land * productivity
  96. [ 100 50 20 20 ] land @ productivity
  97. 100 water [ * @ ] productivity ; 1987.map has some cities in water.
  98.  
  99. [ 6 10 18 36 100 100 200 400 200 1 200 500 900 ] fuel u* storage
  100. [ 6  4  3  3  20  10  20  40  40 1 100 200 400 ] ammo u* storage
  101. 1 fuel i consume
  102. ; 1 fuel ship consume
  103. 3 fuel f consume   ; this causes problems for carriers
  104. 2 fuel b consume
  105. 0 [ f b ] consume-as-occupant
  106.  
  107. -1 r* [ i f N ] out-length
  108.  
  109. [ 1 2 9 6 3 3 2 4 4 1 ] movers speed
  110.  
  111. 0 land i moves
  112. 0 [ plains desert ] a moves
  113. 0 t* aircraft moves
  114. 0 water ship moves
  115. 2 shallows [ C B ] moves
  116. 0 t* N moves  ; team of scientists can take bomb anywhere
  117. 0 land cities moves  ; looks strange, but needed to define allowable places
  118.  
  119. 1 fuel movers to-move
  120. 0 fuel [ N ] to-move   ; infantry doesn't need extra to move, but cause other problems
  121.  
  122. 1 [ i N ] b capacity
  123.  
  124. 1 u* volume
  125. 1 ground volume
  126. 4 [ d s ] volume
  127. 6 [ t C B ] volume
  128. 2 b volume
  129. 6 ground t capacity
  130. 1 b hold-volume
  131. 6 t hold-volume
  132. 10 C hold-volume
  133. 20 / hold-volume
  134. 40 * hold-volume
  135. 80 @ hold-volume
  136. ;1 ship t capacity
  137. 50 ship t alter-mobility
  138. [ 6 2 ] [ f b ] C capacity
  139. 2 u* / capacity
  140. 4 [ f b ] / capacity
  141. 10 u* * capacity
  142. 20 u* @ capacity
  143. 0 cities cities capacity
  144. 9 u* f enter-time  ; aircraft can't sortie again until next turn
  145. 6 u* b enter-time
  146. 0 u* ship enter-time
  147. 0 cities a enter-time  ; travel quickly on roads.
  148.  
  149. 10 s visibility
  150. 10 N visibility
  151. true [ * @ ] always-seen
  152. 3 @ see-range
  153.  
  154. [ 1 1 1 2 3 2 3 4 8 1 10 20 40 ] u* hp
  155. [ 0 0 0 1 1 1 2 2 4 0  5 10 20 ] u* crippled  ; 50% of hp usually
  156.  
  157. [  50  40  20  15  20  20  30  20   9  40  80  60  40 ] u* i hit
  158. [  60  50  30  30  30  20  30  20  20  50  90  70  50 ] u* a hit
  159. [  15  25  60  70  20  30  20  50  40  80 100 100 100 ] u* f hit
  160. [  20  20  10   9  30  50  50  70  60  50  90  95  99 ] u* b hit
  161. [   5   5  10   5  60  70  60  40  20   0  99  90  80 ] u* d hit
  162. [   0   0  10   5  40  10  60  40  50   0   0   0   0 ] u* s hit
  163. [  20   5  10   5  40  40  40  30   9   0   0   0   0 ] u* t hit
  164. [  30  20  40  10  30  30  40  20  20   0   0   0   0 ] u* C hit
  165. [  50  50  50  20  70  50  90  50  90   0 100 100 100 ] u* B hit
  166. [ 200 200 200 200 200 200 200 200 200   0 200 200 200 ] u* N hit
  167. [  10  10  20  20  20  20  30  20  20   0   0   0   0 ] u* / hit
  168. [  30  20  50  40  40   0  30  20  20   0   0   0   0 ] u* * hit
  169. [  50  40  70  60  50   0  30  20  50   0   0   0   0 ] u* @ hit
  170.  
  171. 1 u* u* damage
  172. 2 cities a damage
  173. 2 ship b damage
  174. 2 [ / * ] b damage
  175. 1 s b damage
  176. 3 @ b damage
  177. 2 s d damage
  178. 3 ship s damage
  179. 4 B s damage
  180. 2 u* B damage
  181. [ 3 4 ] [ * @ ] B damage
  182. 60 u* N damage
  183.  
  184. -50 neutrality
  185.  
  186. false N can-counter
  187.  
  188. true N self-destruct
  189.  
  190. [ 70 50 30 ] cities i capture
  191. [ 90 70 50 ] cities a capture
  192. true i cities bridge  ; infantry can capture cities even on water.
  193.  
  194. 50 movers cities protect  ; cities offer some protection to occupants
  195. 10 cities a protect        ; armor protect the cities housing them.
  196.               ; can't make this too large or city can be
  197.               ; invulnerable.
  198. 5 cities i protect      ; same for infantry.
  199. 25 / a protect
  200. 15 / i protect
  201.  
  202. true u* changes-side  ; equipment is indifferent to its fate
  203. false i changes-side  ; but armies have some loyalty
  204. true u* neutral
  205. false i neutral
  206.  
  207. 1 ammo u* hits-with
  208. 1 ammo u* hit-by
  209.  
  210. "defeats" ground destroy-message
  211. "sinks" ship destroy-message
  212. "shoots down" [ f b ] destroy-message
  213. "flattens" cities destroy-message
  214.  
  215. true movers can-disband
  216. true / can-disband
  217.  
  218. ; help for machine strategy
  219. [ 200 150 100 100  10   8  40 1 10 0  50 500 500 ] u* attack-worth
  220. [ 200  80 200 130  20  15   0 0 10 0  50 500 500 ] u* defense-worth
  221. [ 200  50 100 100  20   0  40 0 10 0 100 500 500 ] u* explore-worth
  222. [   1  4   0   0  100 200 100 2000 400 0 ] movers min-region-size
  223.  
  224. begin{notes}
  225. This period is the default built-in set of period parameters.  It
  226. represents units of about 1945, from infantry to atomic bombs.  This is
  227. the most familiar, which makes it easier to play, but also more controversial,
  228. since historians have many conflicting theories about which kinds of
  229. units were most effective.
  230.  
  231. Infantry.  The infantry division is the slowest of units, but it can go almost
  232. anywhere.  It is also quick to produce.  Infantry is the staple of
  233. campaigns - a little boring perhaps, but essential to success.
  234.  
  235. Armor.  The armor division is highly mobile and hits hard.  Unfortunately,
  236. it is limited to operating in open terrain - plains and desert.  It also
  237. takes longer to produce.  Armor can last twice as long in the 
  238. desert as infantry.  Both armor and infantry can
  239. assault and capture cities; they are the only units that can do so.
  240.  
  241. Fighters.  A fighter is a squadron or wing of high-speed armed aircraft.
  242. Their fuel supply can be gotten only at units, towns, and bases, so they
  243. must continually be taking off and landing.  Fighters are not too effective
  244. against ground units or ships, but they eat bombers for lunch.  Fighters
  245. are very good for reconnaisance - important in a game where you can't always
  246. see the enemy moving!
  247.  
  248. Bomber groups.  Bombers are very powerful, since they can seriously damage
  249. or even flatten cities.  The loss rate in such activities is high, so they're
  250. not a shortcut to victory!
  251.  
  252. Destroyers.  Destroyers are fast small ships for both exploration and
  253. anti-submarine activities.
  254.  
  255. Submarines.  The favorite food of submarines is of course merchant shipping
  256. and troopships, and they can sink troop transports with one blow.
  257. Subs are also invisible, but they are vulnerable to destroyers and aircraft.
  258.  
  259. Troop transports.  This is how ground units get across the sea.  They can
  260. defend themselves against ships and aircraft, but are basically vulnerable.
  261. They're not very fast either.
  262.  
  263. Aircraft carriers.  Compensates for the fighter's limited range by providing
  264. a portable airport.  Carriers themselves are sitting ducks, particularly
  265. with respect to aircraft.  Fighter patrols are mandatory.
  266.  
  267. Battleships.  The aptly named "Dread Naught" has little to fear from other
  268. units of this period.  Subs may sink them with enough effort, and a group
  269. of bombers and fighters are also deadly, but with eight hit points to start,
  270. a battleship can usually survive long enough to escape.  Battleships are very
  271. effective against cities and armies, at least the ones on the coast.
  272.  
  273. Atomic bombs.  The Final Solution; but they are not easy to use.  A bomb
  274. takes a long time to produce, moves very slowly by itself, and is easily
  275. destroyed by other units.  The plus side is instant destruction for any unit
  276. of any size!  Bombs are imagined to be transported by a team of scientists,
  277. and can go on any sort of terrain without running out of supplies.
  278.  
  279. Bases.  To simplify matters, this can serve as a camp, airbase, and port.
  280. Bases cannot build units, although they can repair some damage.
  281.  
  282. Towns.  Towns are the staple of territory.  They can build, repair, produce
  283. fuel and ammo, and serve as a safe haven for quite a few units.
  284.  
  285. Cities.  Cities are very large, powerful, and well defended.  They are
  286. basically capital cities, or something in a comparable range.  (New York
  287. and San Francisco are cities, Salt Lake City and San Antonio are towns.)
  288. A city is worth five towns, territory-wise.
  289.  
  290. Current thinking about optimal strategy for this period differs.  In general,
  291. blitzkrieg works, and can win the game in a hurry.  The problem is to
  292. muster enough force before striking.  One full troop transport is not
  293. enough; the invasion will melt away like ice cream on a hot sidewalk, unless
  294. reinforcements (either air or land) show up quickly.  Air cover is very
  295. important.  While building up an invasion force, airborne assaults using
  296. bombers and infantry can provide useful diversions, although it can be
  297. wasteful of bombers.  Human vs human games on the default map generally
  298. last about 100 turns, usually not enough time or units to build atomic
  299. bombs or battleships, and not a big enough map to really need carriers
  300. (although bases for staging are quite useful.)
  301. end{notes}
  302.  
  303. clear-side-names
  304.  
  305. ; The more significant countries of the modern world
  306.  
  307. "American" sname "Canadian" sname "Mexican" sname "Guatemalan" sname
  308. "Honduran" sname "Sandinista" sname "Costa Rican" sname "Panamanian" sname
  309. "Colombian" sname "Ecuadorean" sname  "Peruvian" sname "Chilean" sname
  310. "Argentinian" sname "Uruguayan" sname "Paraguayan" sname "Brazilian" sname
  311. "Bolivian" sname "Guyanan" sname "Venezuelan" sname "Cuban" sname
  312. "Haitian" sname "Jamaican" sname "Irish" sname "British" sname
  313. "Portuguese" sname "Spanish" sname "French" sname "Italian" sname
  314. "Albanian" sname "Greek" sname "Turk" sname "Bulgarian" sname
  315. "Cypriot" sname "Maltese" sname "Icelander" sname
  316. "Rumanian" sname "Soviet" sname "Finnish" sname "Swedish" sname
  317. "Polish" sname "Czech" sname "Hungarian" sname "Austrian" sname
  318. "German" sname "Swiss" sname "Belgian" sname "Dutch" sname
  319. "Danish" sname "Norwegian" sname "Moroccan" sname "Mauritanian" sname
  320. "Senegalese" sname "Guinean" sname "Liberian" sname "Ghanan" sname
  321. "Nigerian" sname "Cameroon" sname "Gabonese" sname "Zairean" sname
  322. "Angolan" sname "Namibian" sname "South African" sname "Botswanan" sname
  323. "Mozambiquan" sname "Zimbabwean" sname "Zambian" sname "Tanzanian" sname
  324. "Rwandan" sname "Djiboutian" sname "Madagascaran" sname
  325. "Kenyan" sname "Ugandan" sname "Somalian" sname "Ethiopian" sname
  326. "Sudanese" sname "Egyptian" sname "Libyan" sname "Tunisian" sname
  327. "Algerian" sname "Syrian" sname "Lebanese" sname "Israeli" sname
  328. "Jordanian" sname "Saudi" sname "Yemeni" sname "Omani" sname
  329. "Kuwaiti" sname "Iraqi" sname "Iranian" sname "Afghan" sname
  330. "Pakistani" sname "Indian" sname "Nepalese" sname "Burmese" sname
  331. "Vietnamese" sname "Kampuchean" sname "Laotian" sname
  332. "Siamese" sname "Malaysian" sname "Indonesian" sname "Australian" sname
  333. "Micronesian" sname "Fijian" sname "Tongan" sname "Samoan" sname
  334. "Tahitian" sname "New Zealander" sname
  335. "Papuan" sname "Polynesian" sname "Filipino" sname "Japanese" sname
  336. "Korean" sname "Chinese" sname "Mongolian" sname "Tibetan" sname
  337.  
  338. ; The following names are derived from the Rand-McNally International Atlas
  339. ; and from their US road atlas.  Although nominally these could end up on
  340. ; any sort of unit, they are likely to be attached to city-like units only.
  341.  
  342. clear-unit-names
  343.  
  344. ; Soviet Union  
  345. "Uglegorsk" uname "Taganrog" uname "Kuzemino" uname "Igodovo" uname 
  346. "Izhevsk" uname "Leninskoye" uname "Zvenigorod" uname "Faustovo" uname 
  347. "Tokma" uname "Bolotnoje" uname "Pudino" uname "Predivinsk" uname 
  348. "Gotoputovo" uname "Stupino" uname 
  349. ; Japan  
  350. "Toyooka" uname "Kobayashi" uname "Kamiyahagi" uname "Fukude" uname 
  351. ; China  
  352. "Dandong" uname "Xingtai" uname "Xiaojiagang" uname "Wushu" uname 
  353. "Wutangjie" uname "Qingfeng" uname "Dushikou" uname "Huilong" uname 
  354. "Linyi" uname "Miaoyang" uname "Xinbo" uname "Bugt" uname 
  355. ; Indochina  
  356. "Tan-an" uname "Ban Khlong Kua" uname "Bo Phloi" uname "Thot-not" uname
  357. "Herbertabad" uname "Mong Pawn" uname "Roi Et" uname
  358. ; Indonesia  
  359. "Butong" uname "Lubukbertubung" uname "Moutong" uname "Gimpu" uname 
  360. "Waingapu" uname "Sindangbarang" uname "Kualakapuas" uname "Bongka" uname 
  361. "Salimbatu" uname "Bonggaw" uname "Baing" uname "Grokgak" uname 
  362. ; India  
  363. "Bap" uname "Meerut" uname "Harda" uname "Garwa" uname 
  364. "Digboi" uname "Kurnool" uname "Nirmal" uname "Coondapoor" uname 
  365. "Tetulbaria" uname "Maheshwar" uname "Paramagudi" uname "Bhakkar" uname 
  366. "Mungaoli" uname "Shorapur" uname "Channapatna" uname "Chilaw" uname 
  367. ; Middle East and Central Asia  
  368. "Bajandalaj" uname "Cogt-Ovoo" uname "Un't" uname "Ich-Uul" uname 
  369. "Yazd" uname "Samarkand" uname "Mashhad" uname "Chah Bahar" uname 
  370. "Jubbah" uname "Al-'Awsajiyah" uname "Kifri" uname "Kashgar" uname 
  371. "Chundzha" uname "Ushtobe" uname "Dzaamar" uname "Wadi Musa" uname 
  372. "Bogustan" uname "Gakuch" uname 
  373. ; Africa  
  374. "Pibor Post" uname "Umm Digulgulaya" uname "Umm Shalil" uname "Buzaymah" uname 
  375. "Gedo" uname "North Horr" uname "Todenyang" uname "Madadi" uname 
  376. "Ngetera" uname "Ouadda" uname "Mazoula" uname "Tiglit" uname 
  377. "Gummi" uname "Gbarnga" uname "Burutu" uname "Bafwabalinga" uname 
  378. "Goonda" uname "Ankoroka" uname "Vryburg" uname "Matuba" uname 
  379. "Bakouma" uname "El Idrissia" uname "Agadir" uname "Nungwe" uname 
  380. "Bunianga" uname "Ngali" uname "Nguiroungou" uname "Otukpa" uname 
  381. "Hell-Ville" uname "Morafenobe" uname "Tongobory" uname "Farafangana" uname 
  382. "Mungbere" uname "Haco" uname "Barbar" uname "Oulessebougou" uname
  383. ; Australia  
  384. "Nookawarra" uname "Bunbury" uname "Buckleboo" uname "Breeza Plains" uname 
  385. "Mistake Creek" uname "Boolaloo" uname "Yarloop" uname "Dubbo" uname 
  386. "Bushy Park" uname "Old Cork" uname "Cessnock" uname "Wagga Wagga" uname 
  387. "Mungar Junction" uname "Koolywirtie" uname "Wonthaggi" uname
  388. "Oatlands" uname "Bindebango" uname "Alice Springs" uname
  389. ; New Guinea  
  390. "Kwatisore" uname "Finschhafen" uname "Yobi" uname "Rumahtinggih" uname 
  391. ; USA  
  392. ; AL  
  393. "New Hope" uname "Hackleburg" uname 
  394. ; AK  
  395. "Kaktovik" uname "Fort Yukon" uname 
  396. ; AZ  
  397. "Benson" uname "Gila Bend" uname "Turkey Flat" uname "Tuba City" uname  
  398. "Wide Ruins" uname 
  399. ; AR  
  400. "Metalton" uname "Oil Trough" uname "Hackett" uname
  401. ; CA  
  402. "Burnt Ranch" uname "Calexico" uname "Eel Rock" uname "Gilroy" uname 
  403. "Joshua Tree" uname "Milpitas" uname "Mormon Bar" uname "Pumpkin Center" uname 
  404. "Death Valley Junction" uname "Toms Place" uname
  405. "Pinole" uname "Petaluma" uname 
  406. "Scotts Valley" uname "Whiskeytown" uname "Leucadia" uname "Lompoc" uname
  407. "Granada Hills" uname
  408. ; CO  
  409. "Las Animas" uname "Silver Plume" uname 
  410. ; CT  
  411. "Upper Stepney" uname "Moosup" uname "Danbury" uname
  412. ; FL  
  413. "Yeehaw Junction" uname "Big Pine Key" uname 
  414. "Panacea" uname "Wewahitchka" uname "Estiffanulga" uname 
  415. ; GA  
  416. "Dixie Unameion" uname "Fowlstown" uname "Dacula" uname "Americus" uname 
  417. ; HW  
  418. "Laupahoehoe" uname 
  419. ; ID  
  420. "Malad City" uname "Kootenai" uname 
  421. ; IL  
  422. "Farmer City" uname "Aroma Park" uname "Goreville" uname "Illiopolis" uname  
  423. "Mascoutah" uname "Metamora" uname "Metropolis" uname "New Boston" uname  
  424. "Pontoon Beach" uname "Romeoville" uname "Teutopolis" uname  
  425. ; IN  
  426. "Etan Green" uname "French Lick" uname "Loogootee" uname "Needmore" uname  
  427. "Ogden Dunes" uname "Oolitic" uname "Star City" uname  
  428. ; IA  
  429. "Coon Rapids" uname "Correctionville" uname "Grundy Center" uname
  430. "Lost Nation" uname "Ossian" uname "Sac City" uname  
  431. ; KA  
  432. "Countryside" uname "Mankato" uname "Pretty Prairie" uname  "Greeley" uname
  433. "Grouse Creek" uname
  434. ; KY  
  435. "Big Clifty" uname "Cloverport" uname "Druid Hills" uname "Fancy Farm" uname 
  436. "Hardburly" uname "Hardshell" uname "Horse Cave" uname "Pleasureville" uname 
  437. "Science Hill" uname "Sublimity City" uname "Watergap" uname 
  438. ; LA  
  439. "Bayou Goula" uname "Cut Off" uname "Hackberry" uname "Lutcher" uname 
  440. "Waggaman" uname 
  441. ; ME  
  442. "Veazie" uname "Madawaska" uname 
  443. ; MD  
  444. "Bestgate" uname "College Park" uname "Frostburg" uname "Pocomoke City" uname 
  445. "Port Deposit" uname "Pumphrey" uname "Tammany Manor" uname
  446. "Weems Creek" uname "Whiskey Bottom" uname "Hack Point" uname
  447. ; MA  
  448. "Assinippi" uname "Buzzards Bay" uname "Dorothy Pond" uname "Hopkinton" uname 
  449. "Housatonic" uname "Pigeon Cove" uname "Swampscott" uname "Gloucester" uname
  450. "Hyannis Port" uname "Ipswich" uname "Boxford" uname
  451. ; MI  
  452. "Bad Axe" uname "Brown City" uname "Cassopolis" uname "New Buffalo" uname 
  453. "Petoskey" uname "Ishpeming" uname "Ypsilanti" uname "Saugatuck" uname 
  454. ; Michigan UP (from Sandra Loosemore)  
  455. "Skanee" uname "Bruce Crossing" uname "Baraga" uname "Germfask" uname 
  456. "Assinins" uname "Tapiola" uname "Gaastra" uname "Bete Grise" uname 
  457. ; MN  
  458. "Ada" uname "Blue Earth" uname "Brainerd" uname "Eden Valley" uname  
  459. "Lino Lakes" uname "New Prague" uname "Sleepy Eye" uname "Waconia" uname  
  460. ; MS  
  461. "Bogue Chitto" uname "Buckatunna" uname "Guntown" uname "Picayune" uname 
  462. "Red Lick" uname "Senatobia" uname "Tie Plant" uname "Yazoo City" uname  
  463. ; MO  
  464. "Bourbon" uname "Doe Run" uname "Hayti" uname "Humansville" uname 
  465. "Lutesville" uname "Moberly" uname "New Madrid" uname "Peculiar" uname 
  466. "Sappington" uname "Vandalia" uname  
  467. ; MT  
  468. "Big Sandy" uname "Hungry Horse" uname 
  469. "Kalispell" uname  "East Missoula" uname
  470. ; NE
  471. "Hershey" uname "Loup City" uname 
  472. "Minatare" uname "Wahoo" uname  "Grainfield" uname
  473. ; NV  
  474. "Winnemucca" uname "Tonopah" uname "Jackpot" uname  
  475. ; NH  
  476. "Littleton" uname "Winnisquam" uname  
  477. ; NJ  
  478. "Cheesequake" uname "Freewood Acres" uname
  479. "Forked River" uname "Hoboken" uname "Succasunna" uname  
  480. "Maple Shade" uname "New Egypt" uname "Parsippany" uname "Ship Bottom" uname  
  481. ; NM  
  482. "Adobe Acres" uname "Cloudcroft" uname "Ruidoso" uname "Toadlena" uname  
  483. "Los Padillos" uname "Ojo Caliente" uname 
  484. ; NY  
  485. "Angola on the Lake" uname "Podunk" uname "Chili Center" uname
  486. "Aquebogue" uname "Muttontown" uname "Hicksville" uname 
  487. "Hoosick Falls" uname "Nyack" uname
  488. "Painted Post" uname "Peekskill" uname "Portville" uname  
  489. "Ronkonkoma" uname "Wappingers Falls" uname 
  490. "Sparrow Bush" uname "Swan Lake" uname
  491. ; NC  
  492. "Altamahaw" uname
  493. "Biltmore Forest" uname "Boger City" uname "Granite Quarry" uname  
  494. "High Shoals" uname "Lake Toxaway" uname
  495. "Scotland Neck" uname "Hiddenite" uname 
  496. "Mocksville" uname "Yadkinville" uname "Nags Head" uname 
  497. "Kill Devil Hills" uname "Rural Hall" uname  
  498. ; ND  
  499. "Cannon Ball" uname "Hoople" uname "Zap" uname  
  500. ; OH  
  501. "Academia" uname "Arcanum" uname "Blacklick Estates" uname "Blue Ball" uname  
  502. "Crooksville" uname "Dry Run" uname "Flushing" uname "Gratis" uname  
  503. "Lithopolis" uname "Mingo Junction" uname "Newton Falls" uname
  504. "New Straitsville" uname "Painesville" uname "Pepper Pike" uname 
  505. "Possum Woods" uname "Sahara Sands" uname  
  506. ; OK  
  507. "Bowlegs" uname "Broken Arrow" uname "Fort Supply" uname "Drumright" uname 
  508. "Dill City" uname "Okay" uname "Hooker" uname  
  509. ; OR  
  510. "Condon" uname "Happy Valley" uname "Drain" uname "Junction City" uname 
  511. "Molalla" uname "Philomath" uname "Tillamook" uname "Wankers Corner" uname
  512. ; PA  
  513. "Atlasburg" uname "Beaver Meadows" uname "Birdsboro" uname "Daisytown" uname 
  514. "Fairless Hills" uname "Fairchance" uname "Kutztown" uname "Erdenheim" uname 
  515. "Hyndman" uname "Pringle" uname "Scalp Level" uname "Slickville" uname 
  516. "Zelienople" uname "Sugar Notch" uname "Toughkenamon" uname "Throop" uname 
  517. "Tire Hill" uname "Wormleysburg" uname "Oleopolis" uname
  518. ; RI  
  519. "Woonsocket" uname "Pawtucket" uname
  520. ; SC  
  521. "Due West" uname "Ninety Six" uname 
  522. "Travelers Rest" uname "Ware Shoals" uname  
  523. ; SD  
  524. "Deadwood" uname "Lower Brule" uname 
  525. "New Underwood" uname "Pickstown" uname 
  526. "Plankinton" uname "Tea" uname "Yankton" uname  
  527. ; TN  
  528. "Berry's Chapel" uname "Bulls Gap" uname "Cornersville" uname "Counce" uname 
  529. "Gilt Edge" uname "Grimsley" uname "Malesus" uname "Soddy-Daisy" uname  
  530. ; TX  
  531. "Bastrop" uname "New Braunfels" uname "Harlingen" uname "Dimock" uname 
  532. "Devils Elbow" uname "North Zulch" uname "Llano" uname "Fort Recovery" uname 
  533. "Arp" uname "Bovina" uname "Cut and Shoot" uname "College Station" uname 
  534. "Grurer" uname "Iraan" uname "Leming" uname "Harlingen" uname 
  535. "Muleshoe" uname "Munday" uname "Kermit" uname "La Grange" uname 
  536. "Ropesville" uname "Wink" uname "Yoakum" uname "Sourlake" uname  
  537. ; UT  
  538. "Delta" uname "Moab" uname "Nephi" uname "Loa" uname 
  539. "Moroni" uname "Orem" uname "Tooele" uname "Sigurd" uname 
  540. ; VT  
  541. "Bellows Falls" uname "Chester Depot" uname "Winooski" uname  
  542. ; VA  
  543. "Accotink" uname "Ben Hur" uname "Ferry Farms" uname "Disputanta" uname 
  544. "Dooms" uname "Sleepy Hollow" uname "Max Meadows" uname "Goochland" uname 
  545. "Rural Retreat" uname "Sandston" uname "Stanleytown" uname
  546. "Willis Wharf" uname "Stuarts Draft" uname 
  547. ; WA  
  548. "Black Diamond" uname "Carnation" uname "Cle Elum" uname "Cosmopolis" uname 
  549. "Darrington" uname "Enumclaw" uname "Forks" uname "Goose Prairie" uname 
  550. "Navy Yard City" uname "La Push" uname "Soap Lake" uname "Walla Walla" uname 
  551. "Sedro Woolley" uname "Pe Ell" uname "Ruston" uname  
  552. ; WV  
  553. "Barrackville" uname "Pocatalico" uname "Fort Gay" uname "Big Chimney" uname 
  554. "Nutter Fort" uname "Hometown" uname "Nitro" uname "Triadelphia" uname 
  555. "Star City" uname  
  556. ; WI  
  557. "Combined Lock" uname "Coon Valley" uname "Black Earth" uname
  558. "New Holstein" uname "Little Chute" uname "Wisconsin Dells" uname
  559. "Random Lake" uname "Sheboygan" uname "Nauwatosa" uname  
  560. ; WY  
  561. "East Thermopolis" uname "Fort Washakie" uname "Paradise Valley" uname 
  562. ; Canada  
  563. "Sexsmith" uname "Squamish" uname "Fort Qu'Appelle" uname "Flin Flon" uname 
  564. "Moose Jaw" uname "Grand-Mere" uname "Great Village" uname "Pugwash" uname 
  565. "Chiliwack" uname "Cranbery Portage" uname  
  566. "Moosonee" uname "Joe Batt's Arm" uname "St.-Polycarpe" uname
  567. "Crabtree Mills" uname "Copper Cliff" uname "Uxbridge" uname 
  568. "Penetanguishene" uname "Boger City" uname "Drumheller" uname 
  569. "Port Blandford" uname "Hamtramck" uname
  570. ; USA?
  571. "Hackensack" uname "North Middleboro" uname "Fannettsburg" uname 
  572. "Corkscrew" uname "Boynton Beach" uname 
  573. "Belchertown" uname
  574. ; South America  
  575. "Huatabampo" uname "Zapotiltic" uname "Ipiranga" uname "Perseverancia" uname 
  576. "Bilwaskarma" uname "Aguadulce" uname
  577. "Albert Town" uname "Fuente de Oro" uname 
  578. "Pedras de Fogo" uname "Maxaranguape" uname "Comodoro Rivadavia" uname
  579. "Coribe" uname "Rossell y Rius" uname "General Alvear" uname
  580. "Ushaia" uname "Los Antiguos" uname "Puerto Alegre" uname "Quevedo" uname 
  581. ; Eastern Europe  
  582. "Kannonkoski" uname "Uusikaupunki" uname "Ulfborg" uname "Wloszczowa" uname 
  583. "Drohiczyn" uname "Vrchlabi" uname "Oroshaza" uname "Klagenfurt" uname 
  584. "Pisz" uname "Krokowa" uname "Partizanske" uname "Ozd" uname 
  585. "Jimbolia" uname "Peshkopi" uname "Galaxidhion" uname "Naxos" uname 
  586. ; Iceland
  587. "Thingvellir" uname "Honningsvag" uname "Vikna" uname "Jokkmokk" uname
  588. ; Scandinavia
  589. "Rimbo" uname "Kukkola" uname "Viitasaari" uname
  590. "Guderup" uname "Grindsted" uname "Store Andst" uname "Odder" uname 
  591. "Vrigstad" uname "Trollhaetten" uname "Kinsarvik" uname "Grimstad" uname 
  592. ; Ireland
  593. "Ballybunion" uname "Banagher" uname "Carncastle" uname
  594. ; Belgium
  595. "Lisp" uname "Knokke" uname "Bialy" uname "Bor" uname
  596. "Hel" uname "Puck" uname
  597. ; Germany
  598. "Diepholz" uname "Sangerhausen" uname "Biedenkopf" uname 
  599. "Mosbach" uname "Butzbach" uname "Goslar" uname "Studenka" uname
  600. "Slavonice" uname "Gouda" uname "Dokkum" uname "Oss" uname
  601. "Bad Bramstedt" uname "Dinkelsbuehl" uname "Hoogezand" uname 
  602. "Schoensee" uname "Fuerstenfeldbruck" uname 
  603. "Pfaffenhausen" uname "Namlos" uname "Bad Hall" uname
  604. "Consdorf" uname "Cloppenburg" uname "Bad Muskau" uname "Exing" uname
  605. ; France
  606. "Bois-d'Arcy" uname
  607. "Presles-en-Brie" uname "Silly-le-Long" uname "Saint-Witz" uname 
  608. "Limoux" uname "Crozon" uname "Guilvinec" uname "Poggibonsi" uname 
  609. "Pignans" uname "La Tour-du-Pin" uname "Roquefort" uname "Saint-Quentin" uname 
  610. ; Italy
  611. "Bobbio" uname "Viareggio" uname "Siderno" uname "Cortona" uname 
  612. ; Spain
  613. "Pedrogao Grande" uname "Villarcayo" uname "Alosno" uname "La Bisbal" uname 
  614. ; UK 
  615. "Cold Norton" uname "Potten End" uname "Battlesbridge" uname 
  616. "Fawkham Green" uname "Ysbyty Ystwyth" uname "Bletchley" uname
  617. "Llanbrynmair" uname "St Keverne" uname "Foxholes" uname 
  618. "Whitby" uname "Sutton-on-Sea" uname "Tweedmouth" uname "Wrexham" uname
  619. "Kirkwall" uname "Blair Atholl" uname "Inchbare" uname "Blackwaterfoot" uname 
  620. "Ramsgate" uname "Llantwit Major" uname "Minehead" uname "Buckfastleigh" uname 
  621. "Pocklington" uname "Robin Hood's Bay" uname "West Kilbride" uname
  622. "Inchnadamph" uname "North Tolsta" uname "Oykel Bridge" uname
  623. "Pangbourne" uname "Moreton-in-Marsh" uname "Wye" uname "Congresbury" uname
  624.  
  625. end
  626.